net/http.gzipReader.zr (field)
9 uses
net/http (current package)
transport.go#L3119: zr *gzip.Reader // stores gzip reader from the pool between reads
transport.go#L3157: if gz.zr == nil {
transport.go#L3158: gz.zr, gz.zerr = gzipPoolGet(gz.body)
transport.go#L3163: ret := gz.zr
transport.go#L3164: gz.zr, gz.zerr = nil, errConcurrentReadOnResBody
transport.go#L3173: gz.zr, gz.zerr = zr, nil
transport.go#L3184: if gz.zerr == nil && gz.zr != nil {
transport.go#L3185: gzipPoolPut(gz.zr)
transport.go#L3186: gz.zr = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |